home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
guienv374.lha
/
GUIEnvironment
/
Install.script
< prev
next >
Wrap
Text File
|
1994-10-28
|
634b
|
34 lines
; Script file to install guienv.library
FailAt 20
Echo "*nGUIEnvironment Installation Script*n"
Version >NIL: LIBS:guienv.library
If NOT ERROR
Echo "Version of guienv.library already installed:"
Version LIBS:guienv.library
Echo ""
EndIf
Ask "Install guienv.library version (37.4) ?"
If NOT WARN
Skip Aborted
EndIf
Copy libs/guienv.library LIBS:guienv.library CLONE
Echo "*nguienv.library copied to your Libs: directory."
Echo "Installation complete.*n"
Echo "See the installation guide for your prefered compiler for more information.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: